reference type 예문
예문
모바일
- Another limitaiton i can think of comes up, when you have a reference type parameter after a value type parameter in the arguments list order.
참조 타입의 경우 class 나 struct 앞에 ref 를 붙이는 것이고, 비슷한 방법으로 값 타입을 선언할 때는 value 를 붙이는 것이야.